home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1 Issue 2
/
PDCD-1 - Issue 02.iso
/
_editors
/
editors
/
_stronged
/
!StrongED
/
Modes
/
cconcepts
< prev
next >
Wrap
Text File
|
1994-06-11
|
3KB
|
98 lines
# Description of the "CConcepts" mode
# This mode implements changes to the keys used in StrongED to match
# to some extent the ones chosen by CC in Impression.
# Written by Dag Hσkon Myrdal (dhmyrdal@pvv.unit.no)
KeyList
# ^A 1 DeleteRight
# ^A 2 MarkWord CB_Copy MarkWord BlockDelete
# ^A 3 MarkLine CB_Copy MarkLine BlockDelete
^B InsertStr("{BaseStyle on}")
^C CB_Copy BlockClear
^D 1 MarkWord CB_Copy MarkWord BlockDelete
^E InsertStr("{Kern+}")
^F InsertStr("{Spell}")
^G InsertStr("{NextFrame}")
^H DeleteLeft
^I CreateView #should have been insertframe...
^J InsertStr("{VKern+}")
^K BlockDelete
^L DeleteLine
^N PageDown
^O BlockMark_Continous InsertStr("{Toggle Frame outline}")
^P PageUp
^Q 1 MarkWord
^Q 2 MarkToEnd_tl
^Q 3 MarkLine
^Q 4 MarkText
^R InsertStr("{Kern-}")
^S SwapcaseChar
^T MarkText
^U InsertStr("{VKern-}")
^V CB_Paste
^W MarkWord
^X CB_Copy BlockDelete
^Z 1 BlockClear
^Z 2 CB_Purge
^@ StartOfTLine MarkToEnd_tl
^ïA BlockMark_Continous InsertStr("{AlterChapter}")
^ïB NextView #should have been "put to back"
^ïC KillView
^ïD 1 DateAndTime("%DY.%MN.%YR")
^ïD 2 DateAndTime ("%24:%MI")
^ïE InsertStr("{Ruler }")
^ïF InsertStr("{EmbedFrame}")
^ïG GotoLine
^ïH InsertStr("Å")
^ïI InsertStr("{tab}")
^ïJ InsertStr("{Script Super}")
^ïK InsertStr("{Script Sub}")
^ïL InsertStr("{LineSpacing}")
^ïN InsertStr("{New ruler }")
^ïP BlockMark_Continous InsertStr("{toggle PageRulers}")
^ïQ Transpose(-1)
^ïR BlockMark_Continous InsertStr("{InsertRepeatFrame}")
^ïS 1 InsertStr("{fontsize}")
^ïS 2 InsertStr("{font}")
^ïT SaveText
^ïU InsertStr("{underline}")
^ïW GotoLine
^ïZ KillView
^ï_ InsertStr("ÿ")
# ^ïC BlockCopy
^ïV BlockMove
# ^ïX BlockDelete
# ^ïZ BlockClear
Insert CB_Paste
BackSpace DeleteLeft
Delete DeleteLeft
Copy DeleteRight
PgUp PageUp
PgDown PageDown
Home StartOfText
Print Print
# ïPrint PrintBlock
F1 1 InsertStr("{\"Main Heading\" on}")
F1 2 InsertStr("{\"Main Heading\"}")
F2 1 InsertStr("{\"Sub-Heading\" on}")
F2 2 InsertStr("{\"Sub-Heading\"}")
F5 InsertStr("{justify left}")
F6 InsertStr("{justify centre}")
F7 InsertStr("{justify right}")
F8 InsertStr("{justify full}")
F9 1 InsertStr("{\"Italic\" on}")
F9 2 InsertStr("{\"Italic\"}")
F10 1 InsertStr("{\"Index\" on}")
F10 2 InsertStr("{\"Index\"}")
^ïF4 1 InsertStr("{\"Bold\" on}")
^ïF4 2 InsertStr("{\"Bold\"}")
^ïF10 1 InsertStr("{\"Hanging indent\" on}")
^ïF10 2 InsertStr("{\"Hanging indent\"}")
End